home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test149.sgm < prev    next >
Text File  |  1994-07-10  |  300b  |  10 lines

  1. <!-- This is invalid because only tokenization is done on the contents
  2. of C/SDATA entities in tokenized attribute values, not the attribute
  3. value literal interpretation process. -->
  4. <!doctype doc [
  5. <!element doc - o empty>
  6. <!attlist doc a name #implied>
  7. <!entity e sdata "&#RE;">
  8. ]>
  9. <doc a="&e;foo">
  10.